Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor committed Jun 30, 2023
1 parent a1c36a7 commit 0b8dfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-update-mtdca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
cp ../dcc_config.csv dcc_config.csv
git add dcc_config.csv
git commit -m "Update CSV with release tag"
git add config/config.json
git add config.json
git commit -m "Update config.json"
git remote set-url origin "https://${{ secrets.DCA_CONFIG_PAT }}@github.com/adamjtaylor/data_curator_config.git"
git push --set-upstream origin update-csv-${{ github.run_id }}-${{ github.run_attempt }}
Expand Down

0 comments on commit 0b8dfcf

Please sign in to comment.