We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344f5cb commit 3de962eCopy full SHA for 3de962e
run_integ_test.sh
@@ -8,6 +8,7 @@ ACTION_GIT_COMMIT_ID=`git rev-parse HEAD`
8
# Update the integ test action workflow file with the latest action commit ID
9
git checkout integ-tests
10
sed -i 's|aws-actions/configure-aws-credentials@v1|aws-actions/configure-aws-credentials@$ACTION_GIT_COMMIT_ID|g' test-workflow.yml
11
+mkdir -p .github/workflows
12
cp test-workflow.yml .github/workflows
13
git add .github/workflows
14
git commit -m "Test commit $ACTION_GIT_COMMIT_ID"
0 commit comments