Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix push set upstream
Browse files Browse the repository at this point in the history
xiaoweii committed Jan 20, 2024
1 parent 145706c commit 78fafba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ jobs:
git config user.name "github-actions"
git config user.email "github-actions@github.com"
git checkout -b pastboard
git push
git push --set-upstream origin pastboard
# - name: Build sample iOS app
# run: |
# git clone https://github.com/aws-samples/clickstream-sdk-samples

0 comments on commit 78fafba

Please sign in to comment.