We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5738b0e commit 6608ef7Copy full SHA for 6608ef7
1 file changed
.github/workflows/ci.yml
@@ -45,14 +45,14 @@ jobs:
45
github_token: ${{ secrets.GITHUB_TOKEN }}
46
47
48
-# latest-changes:
49
-# name: Latest Changes
50
-# runs-on: ubuntu-latest
51
-# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
52
-# steps:
53
-# - uses: actions/checkout@v4
54
-# with:
55
-# token: ${{ secrets.ATTICUS_PAT }}
56
-# - uses: docker://tiangolo/latest-changes:0.2.0
57
58
-# token: ${{ secrets.GITHUB_TOKEN }}
+ latest-changes:
+ name: Latest Changes
+ runs-on: ubuntu-latest
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+ steps:
+ - uses: actions/checkout@v4
+ with:
+ token: ${{ secrets.ATTICUS_PAT }}
+ - uses: docker://tiangolo/latest-changes:0.2.0
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments