Skip to content

Commit d8df286

Browse files
committed
Add GitHub context debug
1 parent 71139d3 commit d8df286

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ jobs:
3535
role-to-assume: arn:aws:iam::300563897675:role/github-actions-react-s3-deploy
3636
aws-region: eu-central-1
3737

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+
3845
- name: Deploy to S3
3946
run: aws s3 sync dist s3://obra-react-s3-deploy --delete
4047

0 commit comments

Comments
 (0)