Ingen beskrivning

main.workflow 198B

123456789
  1. workflow "New workflow" {
  2. on = "push"
  3. resolves = ["Filters for GitHub Actions"]
  4. }
  5. action "Filters for GitHub Actions" {
  6. uses = "actions/bin/filter@25b7b846d5027eac3315b50a8055ea675e2abd89"
  7. }