We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34afedc commit 5e1f98bCopy full SHA for 5e1f98b
‎.github/workflows/twitter-post.yml‎
@@ -14,15 +14,15 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: "📥 Fetching Repository Contents"
17
- uses: actions/checkout@master
+ uses: actions/checkout@main
18
19
- name: "💾 Github Repository Metadata"
20
- uses: varunsridharan/action-repository-meta@master
+ uses: varunsridharan/action-repository-meta@main
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
24
- name: "💫 VS Utility"
25
- uses: varunsridharan/action-vs-utility@master
+ uses: varunsridharan/action-vs-utility@main
26
27
SVA_ONL_TOKEN: ${{ secrets.SVA_ONL_TOKEN }}
28
0 commit comments