We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71139d3 commit d8df286Copy full SHA for d8df286
1 file changed
.github/workflows/deploy.yml
@@ -35,6 +35,13 @@ jobs:
35
role-to-assume: arn:aws:iam::300563897675:role/github-actions-react-s3-deploy
36
aws-region: eu-central-1
37
38
+ - name: Debug GitHub context
39
+ run: |
40
+ echo "GITHUB_REPOSITORY=$GITHUB_REPOSITORY"
41
+ echo "GITHUB_REF=$GITHUB_REF"
42
+ echo "GITHUB_REF_NAME=$GITHUB_REF_NAME"
43
+ echo "GITHUB_EVENT_NAME=$GITHUB_EVENT_NAME"
44
+
45
- name: Deploy to S3
46
run: aws s3 sync dist s3://obra-react-s3-deploy --delete
47
0 commit comments