Skip to content

Commit

Permalink
what are these
Browse files Browse the repository at this point in the history
  • Loading branch information
astone123 committed Oct 22, 2023
1 parent de2ce2a commit b4419e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,16 @@ jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
if: github.ref == 'main'
# if: github.ref == 'main'
needs: build
steps:
- uses: actions/download-artifact@v3
with:
name: build
- name: Print ref
run: echo $GITHUB_REF
- name: Print ref name
run: echo $GITHUB_REF_NAME
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit b4419e6

Please sign in to comment.