Skip to content

Commit

Permalink
Update a.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
roniwae authored Dec 13, 2023
1 parent e5d7570 commit 1b8a61c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Hello world action
with: # Set the secret as an input
DEVUPLOAD: ${{ secrets.DEVUPLOAD }}
env: # Or as an environment variable
with:
DEVUPLOAD: ${{ secrets.DEVUPLOAD }}
- name: Setup Requirement
run: |
Expand Down

0 comments on commit 1b8a61c

Please sign in to comment.