Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin0313 committed Aug 25, 2024
1 parent 265fbbe commit b0cd647
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/env.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Enviroment variables
on: push
on: workflow_dispatch
jobs:
run:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Secrets
on: push
on: workflow_dispatch
jobs:
print:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow_name.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Run name
run-name: Run by @${{ github.actor }}
on: push
on: workflow_dispatch
jobs:
print:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b0cd647

Please sign in to comment.